Click or drag to resize

ServiceGetAttachment Method (String)

Retrieve existing attachment.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public Attachment GetAttachment(
	string attachmentId
)

Parameters

attachmentId
Type: SystemString
The ID of attachment to return.

Return Value

Type: Attachment
Attachment.
See Also